cros: add cros_ec driver
authorHung-ying Tyan <[email protected]>
Wed, 15 May 2013 10:27:28 +0000 (18:27 +0800)
committerTom Rini <[email protected]>
Wed, 26 Jun 2013 14:07:11 +0000 (10:07 -0400)
commit88364387c60dc72549ccf7f2d595cbf847ab4e17
treedb7d5c034dd87ef6fbdf7bc8c26df453d7af9e20
parentca85eb8c4271509aaac1ccb26ae3eb1a7827b4e6
cros: add cros_ec driver

This patch adds the cros_ec driver that implements the protocol for
communicating with Google's ChromeOS embedded controller.

Signed-off-by: Bernie Thompson <[email protected]>
Signed-off-by: Bill Richardson <[email protected]>
Signed-off-by: Che-Liang Chiou <[email protected]>
Signed-off-by: Doug Anderson <[email protected]>
Signed-off-by: Gabe Black <[email protected]>
Signed-off-by: Hung-ying Tyan <[email protected]>
Signed-off-by: Louis Yung-Chieh Lo <[email protected]>
Signed-off-by: Randall Spangler <[email protected]>
Signed-off-by: Sean Paul <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
Signed-off-by: Vincent Palatin <[email protected]>
Acked-by: Simon Glass <[email protected]>
Tested-by: Simon Glass <[email protected]>
doc/device-tree-bindings/misc/cros-ec.txt [new file with mode: 0644]
drivers/misc/Makefile
drivers/misc/cros_ec.c [new file with mode: 0644]
include/cros_ec.h [new file with mode: 0644]
include/cros_ec_message.h [new file with mode: 0644]
include/ec_commands.h [new file with mode: 0644]
include/fdtdec.h
lib/fdtdec.c